PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFRadioButtonField Class / isChecked Method
In This Topic
    isChecked Method
    In This Topic
    Gets a value indicating whether the radio button is in the checked state.
    Syntax
    public boolean isChecked()

    Return Value

    True if the radio button is in the checked state; otherwise, false.
    See Also